home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / ssmtp / ssmtp.conf.orig < prev   
Text File  |  2006-01-20  |  1KB  |  39 lines

  1. #
  2. # /etc/ssmtp.conf -- a config file for sSMTP sendmail.
  3. #
  4.  
  5. # The person who gets all mail for userids < 1000
  6. # Make this empty to disable rewriting.
  7. root=postmaster
  8.  
  9. # The place where the mail goes. The actual machine name is required
  10. # no MX records are consulted. Commonly mailhosts are named mail.domain.com
  11. # The example will fit if you are in domain.com and your mailhub is so named.
  12. mailhub=mail
  13.  
  14. # Example for SMTP port number 2525
  15. # mailhub=mail.your.domain:2525
  16. # Example for SMTP port number 25 (Standard/RFC)
  17. # mailhub=mail.your.domain        
  18. # Example for SSL encrypted connection
  19. # mailhub=mail.your.domain:465
  20.  
  21. # Where will the mail seem to come from?
  22. rewriteDomain=
  23.  
  24. # The full hostname
  25. hostname=_HOSTNAME_
  26.  
  27. # Set this to never rewrite the "From:" line (unless not given) and to
  28. # use that address in the "from line" of the envelope.
  29. #FromLineOverride=YES
  30.  
  31. # Use SSL/TLS to send secure messages to server.
  32. #UseTLS=YES
  33.  
  34. # Use SSL/TLS certificate to authenticate against smtp host.
  35. #UseTLSCert=YES
  36.  
  37. # Use this RSA certificate.
  38. #TLSCert=/etc/ssl/certs/ssmtp.pem
  39.